home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Samples / C++ / Misc / DXInstall / dxinstall.h < prev    next >
Encoding:
Text File  |  2004-09-27  |  1.0 KB  |  32 lines

  1. //-----------------------------------------------------------------------------
  2. // File: DXInstall.h
  3. //
  4. // Desc: Header file for example code showing how to use DirectXSetup.
  5. //
  6. // Copyright (c) Microsoft Corporation. All rights reserved.
  7. //-----------------------------------------------------------------------------
  8.  
  9.  
  10.  
  11.  
  12. //-----------------------------------------------------------------------------
  13. // Function prototypes
  14. //-----------------------------------------------------------------------------
  15. VOID    SetButtons( HWND hDlg, DWORD wMsgType );
  16. DLGPROC DlgProc( HWND hDlg, UINT msg, WPARAM wParam, LPARAM lParam );
  17. BOOL    DirectXInstall( HWND hWnd );
  18. VOID    DirectXGetVersion( HWND hWnd );
  19.  
  20.  
  21.  
  22.  
  23. //-----------------------------------------------------------------------------
  24. // Defines, constants, and global variables
  25. //-----------------------------------------------------------------------------
  26. #define DSETUP_REINSTALL    0x00000080
  27.  
  28. #define SHOW_ALL        1
  29. #define SHOW_UPGRADES    2
  30. #define SHOW_PROBLEMS    3
  31. #define SHOW_NONE        4
  32.